[addon-operator] chore(deps): update k8s.io dependencies to v0.35.8 - #828
Draft
Glitchy-Sheep wants to merge 1 commit into
Draft
[addon-operator] chore(deps): update k8s.io dependencies to v0.35.8#828Glitchy-Sheep wants to merge 1 commit into
Glitchy-Sheep wants to merge 1 commit into
Conversation
Signed-off-by: Roman Berezkin <roman.berezkin@flant.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Bump k8s.io libraries to v0.35.8 for the Kubernetes 1.37 cycle.
What this PR does / why we need it
The platform is moving to Kubernetes 1.37, and the default version becomes 1.35. Runtime keeps its libraries in step with the default version.
k8s.io/*: v0.34.8 -> v0.35.8sigs.k8s.io/controller-runtime: v0.22.5 -> v0.23.3helm.sh/helm/v3: v3.19.5 -> v3.20.2 (first line that pins k8s 0.35)DockerfileARG kubectlVersion: v1.34.8 -> v1.35.8Draft: pins point at commits, not tags
Three dependencies are pinned to commits from their open PRs, because their tags are not cut yet:
github.com/flant/kube-client-> [kube-client]: bump k8s.io libraries to v0.35.8 kube-client#46github.com/deckhouse/module-sdk-> [module-sdk] chore: bump k8s to 0.35.8 deckhouse/module-sdk#134github.com/flant/shell-operator-> [shell-operator] chore(deps): update k8s.io dependencies to v0.35.8 shell-operator#929All three need to be replaced with real tags before this leaves draft.
The docker/cli replace stays, its comment did not
replace github.com/docker/cli => v28.2.2is still needed, but for a different reason than the comment said. It namedhelm.sh/helm/v3 v3.15.xas the consumer oforas.land/oras-go v1.2.6. helm 3.20.2 no longer pulls oras-go v1 at all -github.com/werf/nelmdoes. The pin is unchanged, only the comment now points at the real source.Special notes for your reviewer
make testandmake lintare clean,go mod tidyis idempotent.Reminder for the merge: this repo needs the
skip/image/latestlabel, otherwisepublish-release.yamlfires on PR close and rebuildslatestfor three platforms.Does this PR introduce a user-facing change?